home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch05 / acp143b / acp143bJ.js < prev   
Text File  |  1999-04-01  |  4KB  |  139 lines

  1.  
  2. function getQAarray() {
  3.  
  4.  
  5. ////////////////////////////////////////////////////////////////////////////////////
  6. ////////////////////////////////////////////////////////////////////////////////////
  7.  
  8.  
  9.  
  10. matchingAnsObj = new Object;
  11.  
  12.  
  13. problemArr = new Array();
  14.  
  15. for (i=0; i<this.AnswerArray.length+3; i++) 
  16. {
  17.   problemArr[i] = new Object;
  18. };
  19.  
  20.  
  21. ////////////////////////////////////////////////////////////////////////////////////
  22. ////////////////////////////////////////////////////////////////////////////////////
  23. ////////////////////////////////////////////////////////////////////////////////////
  24. ////////////////////////////////////////////////////////////////////////////////////
  25. // problemArr[1]["Q"] = "Experimentation "; 
  26. // problemArr[2]["Q"] = " Independent Variable ";
  27.  
  28.  
  29.  
  30.  
  31.  problemArr[1]["Q"] = " The process of looking for and discovering supporting materials for the         speech. "; 
  32.  
  33.  problemArr[2]["Q"] = " Exploration of a speech topic to determine which subordinate topics must         be covered. "; 
  34.  
  35.  problemArr[3]["Q"] = " The beliefs and values that members of a society or culture generally share. "; 
  36.  
  37.  problemArr[4]["Q"] = " The assumption that a statement or claim is true until shown otherwise. "; 
  38.  
  39.  problemArr[5]["Q"] = " Numbers recording the extent of something or the frequency with which it         occurs. "; 
  40.  
  41.  problemArr[6]["Q"] = " Information on an opinion expressed by someone other than the speaker,         cited to support some claim. "; 
  42.  
  43.  problemArr[7]["Q"] = " A question with a finite number of choices from among which the             respondent must pick. "; 
  44.  
  45.  problemArr[8]["Q"] = " A question that does not restrict the range of possible responses. "; 
  46.  
  47.  problemArr[9]["Q"] = " A question that explores the implications of a previous response. "; 
  48.  
  49.  problemArr[10]["Q"] = " Using someone else's words or ideas as though they were your own. "; 
  50.  
  51.  problemArr[11]["Q"] = " A file of clippings, quotations, ideas, and other gleanings on a variety of         subjects that may be used as supporting material. "; 
  52.  
  53.  
  54.  
  55.  
  56.    
  57.  
  58.  
  59.  
  60.  
  61.  
  62. ////////////////////////////////////////////////////////////////////////////////////
  63. ////////////////////////////////////////////////////////////////////////////////////
  64. //////////////////////////////////////////////////////////////////////////////////// 
  65. // matchingAnsObj["A"] = " The variable that is measured in an experiment. ";
  66. // matchingAnsObj["B"] = " Procedure in which the researchers who have contact with participants do not know the hypothesis under investigation. ";
  67. // matchingAnsObj["C"] = " Unintended effects, caused by researchers, on participants' behavior. ";
  68.  
  69.  
  70.  
  71.  
  72.   matchingAnsObj["A"] = " analysis "; 
  73.  
  74.   matchingAnsObj["B"] = " closed question "; 
  75.  
  76.   matchingAnsObj["C"] = " common knowledge "; 
  77.  
  78.   matchingAnsObj["D"] = " follow-up question "; 
  79.  
  80.   matchingAnsObj["E"] = " open-ended question "; 
  81.  
  82.   matchingAnsObj["F"] = " presumption "; 
  83.  
  84.   matchingAnsObj["G"] = " plagiarism "; 
  85.  
  86.   matchingAnsObj["H"] = " research "; 
  87.  
  88.   matchingAnsObj["I"] = " speech material file "; 
  89.  
  90.   matchingAnsObj["J"] = " statistics "; 
  91.  
  92.   matchingAnsObj["K"] = " testimony "; 
  93.  
  94.  
  95.  
  96.  
  97.  
  98. matchingAnsObj["FH"] = " For more information, see page 118 of your text. ";
  99.  
  100. matchingAnsObj["FA"] = " For more information, see page 118 of your text. ";
  101.  
  102. matchingAnsObj["FC"] = " For more information, see page 120 of your text. ";
  103.  
  104. matchingAnsObj["FG"] = " For more information, see page 120 of your text. ";
  105.  
  106. matchingAnsObj["FJ"] = " For more information, see page 123 of your text. ";
  107.  
  108. matchingAnsObj["FK"] = " For more information, see page 124 of your text. ";
  109.  
  110. matchingAnsObj["FB"] = " For more information, see page 127 of your text. ";
  111.  
  112. matchingAnsObj["FE"] = " For more information, see page 127 of your text. ";
  113.  
  114. matchingAnsObj["FD"] = " For more information, see page 127 of your text. ";
  115.  
  116. matchingAnsObj["FF"] = " For more information, see page 140 of your text. ";
  117.  
  118. matchingAnsObj["FI"] = " For more information, see page 141 of your text. ";
  119.  
  120.  
  121.  
  122.    
  123.  
  124.  
  125. ////////////////////////////////////////////////////////////////////////////////////
  126. ////////////////////////////////////////////////////////////////////////////////////
  127. ////////////////////////////////////////////////////////////////////////////////////
  128. ////////////////////////////////////////////////////////////////////////////////////
  129.  
  130.  
  131. }
  132.  
  133.  
  134. getQAarray();
  135.  
  136.  
  137.  
  138.  
  139.